From: Luc Teirlinck Date: Sun, 28 Mar 2004 14:02:48 +0000 (+0000) Subject: (auto-revert-set-timer): Minor doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23464 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7fb49fde9fe5c8b69fde18ba5a8cb7d9b2d9c296;p=emacs.git (auto-revert-set-timer): Minor doc fix. --- diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 74dfd934442..165c6b8b24f 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -256,7 +256,7 @@ Use `auto-revert-mode' to revert a particular buffer." (defun auto-revert-set-timer () "Restart or cancel the timer used by Auto-Revert Mode. -If such a timer is running, cancel it. Start a new timer if +If such a timer is active, cancel it. Start a new timer if Global Auto-Revert Mode is active or if Auto-Revert Mode is active in some buffer. Restarting the timer ensures that Auto-Revert Mode will use an up-to-date value of `auto-revert-interval'"